home *** CD-ROM | disk | FTP | other *** search
- ;******************************************************************************
- ; overview *
- ;******************************************************************************
- .topic overview
- .list list
-
- This is file 2 of the multiple file target database demo.
-
- From here we can jump to the ~next topic~nextTopic~, or to the
- topic in the ~First File(Multi1.hlp)~intlink~
-
- .end-topic
-
- ;******************************************************************************
- ; extLink *
- ; notice, that this topic is visible from multi 1, and has an alias here ! *
- ;******************************************************************************
- .topic extLink
- .list list
- .export
-
- This is the exported topic of file 2
-
- .end-topic
-
- ;******************************************************************************
- ; .alias *
- ; Notice - The same topic known in 2 names ! *
- ;******************************************************************************
- .alias nextTopic extLink
-
- ;******************************************************************************
- ; multi1.exp *
- ; These are the exported topics from multi1, created b helpc /pp+ multi1 *
- ;******************************************************************************
- .ifndef preprocess
- .include multi1.exp
- .endif
-
- ; Notice that the ifndef is needed, because we have a case in which 2 databases
- ; call each other. If we would have used the more common method of computer
- ; languages, in which there are no circular references, we could have eliminated
- ; that.
-
-